<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====================
    鍏叡鏍峰紡
	
==================== */
@charset "utf-8";
body{
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun";
	margin:0;
	padding:0;
	background:url('../images/abg.png');
}

h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,form,img,p,textarea{
	font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"SimSun";
	margin:0;
	padding:0;
}

div{margin:0 auto; padding:0;}

ul,ol,li{list-style:none}

a{ text-decoration:none;display:block;} 

img{border:none;display:block}

.clearfloat{zoom:1}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0;}

.transition{ transition:0.3s; -webkit-transition:0.3s; -moz-transition:0.3s; -o-transition:0.3s;}
.transform_scale{transform:scale(1.12); -webkit-transform: scale(1.12); -moz-transform:scale(1.12); -o-transform:scale(1.12);}

/****** header ******/
.public-header{
	width:100%;
	height:173px;
}
.public-container{
	width:1170px;
	margin:0 auto;
}
.public-header .public-lang{
	width:100%;
	height:26px;
}
.public-header .public-lang ul{
	width:245px;
	float:right;
	background:#efefef;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
}
.public-header .public-lang ul li{
	float:left;
}
.public-header .public-lang ul li img{
	margin-top:5px;
}
.public-header .public-lang ul li a{
	width:79px;
	height:26px;
	line-height:26px;
	float:left;
	font-size:14px;
	text-align:center;
	color:#333;
}
.public-header .header-logo{
	width:100%;
	height:80px;
}
.public-header .header-logo &gt; a{
	width:459px;
}
.public-header .header-logo &gt; a &gt; img{
	float:left;
	width:459px;
	height:68px;
	margin-top:5px;
}
.public-header .header-logo &gt; p{
	margin-left:200px;
	float:left;
}
.public-header .header-logo &gt; p &gt; img{
	margin-top:32px;
	float:left;
}
.public-header .header-logo &gt; p &gt; span{
	margin-top:38px;
	margin-left:12px;
	float:left;
	font-size:16px;
	color:#00489d;
}
.public-header .header-logo &gt; p &gt; a{
	float:left;
	font-size:14px;
	margin-top:36px;
	color:#000;
}
.public-header .header-nav{
	width:100%;
	height:47px;
	background:#074e9f;
	/* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #074e9f, #074e9f, #0574e5, #074e9f, #074e9f);
	/* Safari 5.1+, Chrome 10+ */
	background: -webkit-gradient(linear, left, right, from(#074e9f), color-stop(#074e9f), color-stop(#0574e5), color-stop(#074e9f), to(#074e9f));
	background: -webkit-linear-gradient(left, #074e9f, #074e9f, #0574e5, #074e9f, #074e9f);
	/* Opera 11.10+ */
	background: -o-linear-gradient(left, #074e9f, #074e9f, #0574e5, #074e9f, #074e9f);
	border-top:2px solid #0978d4;
	border-bottom:2px solid #04438c;
	margin-top:16px;
	float:left;
}
.public-header .header-nav ul{
	width:1060px;
	margin:0 auto;
}
.public-header .header-nav ul li{
	float:left;
}
.public-header .header-nav ul li a{
	font-size:16px;
	color:#fff;
	line-height:51px;
	padding:0 42px;
	margin-top:-2px;
}
.public-header .header-nav ul li a:hover{
	background:#df8119;
}

/****** footer ******/
.public-footer{
	width:100%;
	height:228px;
	background:#00214a;
	float:left;
	margin-top:38px
}
.public-footer .public-footer-top{
	width:100%;
}
.public-footer .public-footer-top &gt;img{
	margin:28px auto;
}

.public-footer .public-footer-bottom{
	width:100%;
	border-top:1px solid #01479d;
}
.public-footer .public-footer-bottom .bottom-top{
	width:1200px;
	margin-top:16px;
}
.public-footer .public-footer-bottom .bottom-top &gt; p{
	height:26px;
	text-align:center;
	color:#fff;
	font-size:12px;
	padding-right:32px;
	padding-left:32px;
	margin-bottom:20px;
	float:left;
	border-right:1px solid #01479d;
}
.public-footer .public-footer-bottom .bottom-top &gt; p &gt; span{
	font-size:18px;
	color:#d5d5d5;
}
.public-footer .public-footer-bottom .bottom-bot{
	width:700px;
}
.public-footer .public-footer-bottom .bottom-bot &gt; p{
	font-size:14px;
	color:#acacac;
	float:left;
}
.public-footer .public-footer-bottom .bottom-bot &gt; p &gt; span{
	color:#acacac;
	float:left
}
.public-footer .public-footer-bottom .bottom-bot &gt; p &gt; img{
	margin-top:3px;
	margin-left:5px;
	float:left
}
.public-footer .public-footer-bottom .bottom-bot &gt; p &gt; a{
	color:#acacac;
	float:left;
	margin-left:5px
}
.curument{
	background:#eb8d18;
	background: -ms-linear-gradient(top, #eb8d18,  #d77719);/* IE 10 */
	background:-moz-linear-gradient(top,#eb8d18,#d77719);/*鐏嫄*/ 
	background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#eb8d18), to(#d77719));/*璋锋瓕*/ 
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eb8d18), to(#d77719));/* Safari 4-5, Chrome 1-9*/
	background: -webkit-linear-gradient(top, #eb8d18, #d77719);/*Safari5.1 Chrome 10+*/
	background: -o-linear-gradient(top, #eb8d18, #d77719);/*Opera 11.10+*/
}

</pre></body></html>